home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Users 1999 May
/
Cd Pc Users extra 20 mayo 1999.iso
/
Prog
/
Inst
/
DevCpp20
/
_SETUP.LIB
/
new.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1998-03-08
|
174 b
|
14 lines
// -*- C++ -*- forwarding header.
#ifndef __NEW_H__
#define __NEW_H__
#include <new>
#if 0
using std::new_handler;
using std::set_new_handler;
#endif
#endif // __NEW_H__